PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / setClipPath Method
Path fill style.
In This Topic
    setClipPath Method
    In This Topic
    Sets the current path as clipping path. Operator: W for PDFFillMode.NonZeroWinding or W* for PDFFillMode.EvenOdd.
    Syntax
    public void setClipPath( 
       PDFFillMode fillMode
    )

    Parameters

    fillMode
    Path fill style.
    See Also